﻿2026-06-18T11:14:52.6543553Z Current runner version: '2.335.1'
2026-06-18T11:14:52.6548314Z Runner name: 'kitsubito'
2026-06-18T11:14:52.6548824Z Runner group name: 'Default'
2026-06-18T11:14:52.6549627Z Machine name: 'KITSUBITO'
2026-06-18T11:14:52.6551633Z ##[group]GITHUB_TOKEN Permissions
2026-06-18T11:14:52.6553402Z Contents: read
2026-06-18T11:14:52.6553813Z Metadata: read
2026-06-18T11:14:52.6554190Z Packages: read
2026-06-18T11:14:52.6554556Z ##[endgroup]
2026-06-18T11:14:52.6556307Z Secret source: Actions
2026-06-18T11:14:52.6556827Z Prepare workflow directory
2026-06-18T11:14:52.6911309Z Prepare all required actions
2026-06-18T11:14:52.6939765Z Getting action download info
2026-06-18T11:14:53.1019703Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-18T11:14:53.6639662Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-18T11:14:53.7507243Z ##[group]Run actions/checkout@v5
2026-06-18T11:14:53.7508043Z with:
2026-06-18T11:14:53.7508447Z   repository: SaberMage/spt-core
2026-06-18T11:14:53.7512040Z   token: ***
2026-06-18T11:14:53.7512426Z   ssh-strict: true
2026-06-18T11:14:53.7512812Z   ssh-user: git
2026-06-18T11:14:53.7513207Z   persist-credentials: true
2026-06-18T11:14:53.7513640Z   clean: true
2026-06-18T11:14:53.7514045Z   sparse-checkout-cone-mode: true
2026-06-18T11:14:53.7514505Z   fetch-depth: 1
2026-06-18T11:14:53.7514883Z   fetch-tags: false
2026-06-18T11:14:53.7515270Z   show-progress: true
2026-06-18T11:14:53.7515659Z   lfs: false
2026-06-18T11:14:53.7516032Z   submodules: false
2026-06-18T11:14:53.7516445Z   set-safe-directory: true
2026-06-18T11:14:53.7517086Z ##[endgroup]
2026-06-18T11:14:53.8308882Z Syncing repository: SaberMage/spt-core
2026-06-18T11:14:53.8310813Z ##[group]Getting Git version info
2026-06-18T11:14:53.8311605Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-18T11:14:53.8312626Z [command]/usr/bin/git version
2026-06-18T11:14:53.8313093Z git version 2.43.0
2026-06-18T11:14:53.8314423Z ##[endgroup]
2026-06-18T11:14:53.8323681Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a2d8af47-c873-4896-b0fa-639804891572' before making global git config changes
2026-06-18T11:14:53.8324935Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T11:14:53.8326622Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-18T11:14:53.8357531Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-18T11:14:53.8374193Z https://github.com/SaberMage/spt-core
2026-06-18T11:14:53.8383961Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T11:14:53.8386403Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T11:14:53.8404814Z HEAD
2026-06-18T11:14:53.8436271Z ##[endgroup]
2026-06-18T11:14:53.8437042Z [command]/usr/bin/git submodule status
2026-06-18T11:14:53.8622584Z ##[group]Cleaning the repository
2026-06-18T11:14:53.8625575Z [command]/usr/bin/git clean -ffdx
2026-06-18T11:14:54.5977507Z Removing target/
2026-06-18T11:14:54.5986183Z [command]/usr/bin/git reset --hard HEAD
2026-06-18T11:14:54.6103757Z HEAD is now at aa3106b Merge 464eaf771f0b784ce2caee4a8f22c47d59678ef2 into 27e06195a599107f565f4507aa5aa96ae9fe1ef5
2026-06-18T11:14:54.6108797Z ##[endgroup]
2026-06-18T11:14:54.6110686Z ##[group]Disabling automatic garbage collection
2026-06-18T11:14:54.6113731Z [command]/usr/bin/git config --local gc.auto 0
2026-06-18T11:14:54.6139552Z ##[endgroup]
2026-06-18T11:14:54.6140715Z ##[group]Setting up auth
2026-06-18T11:14:54.6144900Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-18T11:14:54.6173915Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-18T11:14:54.6366549Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T11:14:54.6393406Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-18T11:14:54.6578190Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T11:14:54.6604985Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-18T11:14:54.6791825Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-18T11:14:54.6840809Z ##[endgroup]
2026-06-18T11:14:54.6842573Z ##[group]Fetching the repository
2026-06-18T11:14:54.6845732Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +aa3106be6461a79aba63fc888b4545e29f4c4eed:refs/remotes/pull/25/merge
2026-06-18T11:14:55.1292914Z ##[endgroup]
2026-06-18T11:14:55.1293477Z ##[group]Determining the checkout info
2026-06-18T11:14:55.1294007Z ##[endgroup]
2026-06-18T11:14:55.1297752Z [command]/usr/bin/git sparse-checkout disable
2026-06-18T11:14:55.1333845Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-18T11:14:55.1356733Z ##[group]Checking out the ref
2026-06-18T11:14:55.1359357Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/25/merge
2026-06-18T11:14:55.1396833Z HEAD is now at aa3106b Merge 464eaf771f0b784ce2caee4a8f22c47d59678ef2 into 27e06195a599107f565f4507aa5aa96ae9fe1ef5
2026-06-18T11:14:55.1399727Z ##[endgroup]
2026-06-18T11:14:55.1434745Z [command]/usr/bin/git log -1 --format=%H
2026-06-18T11:14:55.1456507Z aa3106be6461a79aba63fc888b4545e29f4c4eed
2026-06-18T11:14:55.1648193Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-18T11:14:55.1648693Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-18T11:14:55.1664210Z shell: /usr/bin/bash -e {0}
2026-06-18T11:14:55.1664475Z ##[endgroup]
2026-06-18T11:14:55.1750668Z ##[group]Run cargo nextest run --workspace
2026-06-18T11:14:55.1751006Z [36;1mcargo nextest run --workspace[0m
2026-06-18T11:14:55.1763461Z shell: /usr/bin/bash -e {0}
2026-06-18T11:14:55.1763685Z env:
2026-06-18T11:14:55.1764363Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-18T11:14:55.1764598Z ##[endgroup]
2026-06-18T11:14:55.7999253Z    Compiling proc-macro2 v1.0.106
2026-06-18T11:14:55.7999834Z    Compiling unicode-ident v1.0.24
2026-06-18T11:14:55.8000162Z    Compiling quote v1.0.45
2026-06-18T11:14:55.8000465Z    Compiling libc v0.2.186
2026-06-18T11:14:55.8000718Z    Compiling cfg-if v1.0.4
2026-06-18T11:14:55.8002368Z    Compiling serde_core v1.0.228
2026-06-18T11:14:55.8051114Z    Compiling serde v1.0.228
2026-06-18T11:14:55.8081155Z    Compiling typenum v1.20.1
2026-06-18T11:14:55.8145456Z    Compiling version_check v0.9.5
2026-06-18T11:14:55.8183269Z    Compiling portable-atomic v1.13.1
2026-06-18T11:14:55.8184156Z    Compiling memchr v2.8.1
2026-06-18T11:14:55.8184982Z    Compiling shlex v2.0.1
2026-06-18T11:14:55.8240321Z    Compiling subtle v2.6.1
2026-06-18T11:14:55.8298404Z    Compiling critical-section v1.2.0
2026-06-18T11:14:55.8340707Z    Compiling find-msvc-tools v0.1.9
2026-06-18T11:14:55.8681116Z    Compiling log v0.4.32
2026-06-18T11:14:55.8876367Z    Compiling semver v1.0.28
2026-06-18T11:14:55.9295059Z    Compiling smallvec v1.15.1
2026-06-18T11:14:56.0132883Z    Compiling equivalent v1.0.2
2026-06-18T11:14:56.0459112Z    Compiling itoa v1.0.18
2026-06-18T11:14:56.0771238Z    Compiling cpufeatures v0.2.17
2026-06-18T11:14:56.0904343Z    Compiling bitflags v2.12.1
2026-06-18T11:14:56.1079876Z    Compiling hashbrown v0.17.1
2026-06-18T11:14:56.1292444Z    Compiling pin-project-lite v0.2.17
2026-06-18T11:14:56.1442390Z    Compiling rand_core v0.10.1
2026-06-18T11:14:56.1650985Z    Compiling getrandom v0.4.2
2026-06-18T11:14:56.1891150Z    Compiling generic-array v0.14.7
2026-06-18T11:14:56.2149861Z    Compiling futures-core v0.3.32
2026-06-18T11:14:56.2329350Z    Compiling bytes v1.11.1
2026-06-18T11:14:56.2681747Z    Compiling rustc_version v0.4.1
2026-06-18T11:14:56.3071093Z    Compiling zerocopy v0.8.50
2026-06-18T11:14:56.3410757Z    Compiling ahash v0.8.12
2026-06-18T11:14:56.3880949Z    Compiling signature v2.2.0
2026-06-18T11:14:56.3920945Z    Compiling stable_deref_trait v1.2.1
2026-06-18T11:14:56.4015880Z    Compiling futures-sink v0.3.32
2026-06-18T11:14:56.4112356Z    Compiling pkg-config v0.3.33
2026-06-18T11:14:56.4604728Z    Compiling slab v0.4.12
2026-06-18T11:14:56.5052087Z    Compiling ed25519 v2.2.3
2026-06-18T11:14:56.5150549Z    Compiling zmij v1.0.21
2026-06-18T11:14:56.5611298Z    Compiling vcpkg v0.2.15
2026-06-18T11:14:56.5901482Z    Compiling futures-io v0.3.32
2026-06-18T11:14:56.6390422Z    Compiling curve25519-dalek v4.1.3
2026-06-18T11:14:56.6950735Z    Compiling futures-channel v0.3.32
2026-06-18T11:14:56.7550534Z    Compiling futures-task v0.3.32
2026-06-18T11:14:56.8283608Z    Compiling serde_json v1.0.150
2026-06-18T11:14:56.9362000Z    Compiling indexmap v2.14.0
2026-06-18T11:14:56.9799281Z    Compiling fastrand v2.4.1
2026-06-18T11:14:57.0081314Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-18T11:14:57.0339256Z    Compiling fallible-iterator v0.3.0
2026-06-18T11:14:57.0461545Z    Compiling rustversion v1.0.22
2026-06-18T11:14:57.1357484Z    Compiling syn v2.0.117
2026-06-18T11:14:57.1531047Z    Compiling autocfg v1.5.1
2026-06-18T11:14:57.1550625Z    Compiling fnv v1.0.7
2026-06-18T11:14:57.2035017Z    Compiling strsim v0.11.1
2026-06-18T11:14:57.2710380Z    Compiling cfg_aliases v0.2.1
2026-06-18T11:14:57.2790601Z    Compiling litemap v0.8.2
2026-06-18T11:14:57.2934473Z    Compiling writeable v0.6.3
2026-06-18T11:14:57.3063894Z    Compiling utf8_iter v1.0.4
2026-06-18T11:14:57.3294145Z    Compiling anyhow v1.0.102
2026-06-18T11:14:57.4519941Z    Compiling dunce v1.0.5
2026-06-18T11:14:57.4603311Z    Compiling rustix v1.1.4
2026-06-18T11:14:57.4709465Z    Compiling ident_case v1.0.1
2026-06-18T11:14:57.5280989Z    Compiling fs_extra v1.3.0
2026-06-18T11:14:57.5410783Z    Compiling icu_properties_data v2.2.0
2026-06-18T11:14:57.5988309Z    Compiling jobserver v0.1.34
2026-06-18T11:14:57.6330876Z    Compiling icu_normalizer_data v2.2.0
2026-06-18T11:14:57.6620747Z    Compiling linux-raw-sys v0.12.1
2026-06-18T11:14:57.6781234Z    Compiling percent-encoding v2.3.2
2026-06-18T11:14:57.7650468Z    Compiling http v1.4.1
2026-06-18T11:14:57.8435012Z    Compiling cc v1.2.63
2026-06-18T11:14:57.8976731Z    Compiling cpufeatures v0.3.0
2026-06-18T11:14:57.9080468Z    Compiling thiserror v2.0.18
2026-06-18T11:14:57.9221723Z    Compiling aws-lc-rs v1.17.0
2026-06-18T11:14:57.9410794Z    Compiling crypto-common v0.1.7
2026-06-18T11:14:57.9462960Z    Compiling block-buffer v0.10.4
2026-06-18T11:14:57.9601131Z    Compiling unicode-segmentation v1.13.3
2026-06-18T11:14:57.9771021Z    Compiling scopeguard v1.2.0
2026-06-18T11:14:58.0259852Z    Compiling chacha20 v0.10.0
2026-06-18T11:14:58.0651059Z    Compiling digest v0.10.7
2026-06-18T11:14:58.0785355Z    Compiling lock_api v0.4.14
2026-06-18T11:14:58.0795628Z    Compiling form_urlencoded v1.2.2
2026-06-18T11:14:58.0800975Z    Compiling untrusted v0.9.0
2026-06-18T11:14:58.2579693Z    Compiling heck v0.5.0
2026-06-18T11:14:58.2713993Z    Compiling rustls v0.23.40
2026-06-18T11:14:58.2715716Z    Compiling const-oid v0.10.2
2026-06-18T11:14:58.3201022Z    Compiling unicode-xid v0.2.6
2026-06-18T11:14:58.3537513Z    Compiling atomic-waker v1.1.2
2026-06-18T11:14:58.3663463Z    Compiling sha2 v0.10.9
2026-06-18T11:14:58.4125757Z    Compiling getrandom v0.2.17
2026-06-18T11:14:58.4361059Z    Compiling mio v1.2.1
2026-06-18T11:14:58.4620942Z    Compiling socket2 v0.6.4
2026-06-18T11:14:58.4871230Z    Compiling fs2 v0.4.3
2026-06-18T11:14:58.5098806Z    Compiling convert_case v0.10.0
2026-06-18T11:14:58.5550992Z    Compiling httparse v1.10.1
2026-06-18T11:14:58.5800749Z    Compiling rand_core v0.6.4
2026-06-18T11:14:58.6180384Z    Compiling rand v0.10.1
2026-06-18T11:14:58.6590863Z    Compiling paste v1.0.15
2026-06-18T11:14:58.6675368Z    Compiling parking_lot_core v0.9.12
2026-06-18T11:14:58.6741825Z    Compiling num-traits v0.2.19
2026-06-18T11:14:58.8000907Z    Compiling hybrid-array v0.4.12
2026-06-18T11:14:58.8243926Z    Compiling powerfmt v0.2.0
2026-06-18T11:14:58.9290738Z    Compiling http-body v1.0.1
2026-06-18T11:14:58.9291606Z    Compiling base64ct v1.8.3
2026-06-18T11:14:58.9384824Z    Compiling either v1.16.0
2026-06-18T11:14:59.0733732Z    Compiling deranged v0.5.8
2026-06-18T11:14:59.2075915Z    Compiling cmake v0.1.58
2026-06-18T11:14:59.2710647Z    Compiling pem-rfc7468 v1.0.0
2026-06-18T11:14:59.3777039Z    Compiling memoffset v0.6.5
2026-06-18T11:14:59.3950651Z    Compiling tinyvec_macros v0.1.1
2026-06-18T11:14:59.4229817Z    Compiling num-conv v0.2.2
2026-06-18T11:14:59.4385010Z    Compiling try-lock v0.2.5
2026-06-18T11:14:59.4565338Z    Compiling tower-service v0.3.3
2026-06-18T11:14:59.4686013Z    Compiling ref-cast v1.0.25
2026-06-18T11:14:59.5312197Z    Compiling thiserror v1.0.69
2026-06-18T11:14:59.5440559Z    Compiling time-core v0.1.8
2026-06-18T11:14:59.5529908Z    Compiling data-encoding v2.11.0
2026-06-18T11:14:59.5695275Z    Compiling base64 v0.22.1
2026-06-18T11:14:59.5934575Z    Compiling want v0.3.1
2026-06-18T11:14:59.6677220Z    Compiling block-buffer v0.12.0
2026-06-18T11:14:59.6777506Z    Compiling crypto-common v0.2.2
2026-06-18T11:14:59.7780856Z    Compiling tinyvec v1.11.0
2026-06-18T11:14:59.7920476Z    Compiling parking_lot v0.12.5
2026-06-18T11:14:59.8058877Z    Compiling termios v0.2.2
2026-06-18T11:14:59.8228778Z    Compiling serial-core v0.4.0
2026-06-18T11:14:59.8509799Z    Compiling ioctl-rs v0.1.6
2026-06-18T11:14:59.9628480Z    Compiling vergen-lib v9.1.0
2026-06-18T11:14:59.9760698Z    Compiling inout v0.1.4
2026-06-18T11:14:59.9801045Z    Compiling n0-future v0.3.2
2026-06-18T11:15:00.0400695Z    Compiling aho-corasick v1.1.4
2026-06-18T11:15:00.0710522Z    Compiling parking v2.2.1
2026-06-18T11:15:00.1130966Z    Compiling winnow v0.7.15
2026-06-18T11:15:00.1352524Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T11:15:00.1533586Z    Compiling aws-lc-sys v0.41.0
2026-06-18T11:15:00.2226264Z    Compiling ring v0.17.14
2026-06-18T11:15:00.3000993Z    Compiling regex-syntax v0.8.10
2026-06-18T11:15:00.3481940Z    Compiling spin v0.10.0
2026-06-18T11:15:00.4550388Z    Compiling crossbeam-utils v0.8.21
2026-06-18T11:15:00.4870565Z    Compiling diatomic-waker v0.2.3
2026-06-18T11:15:00.5490601Z    Compiling winnow v1.0.3
2026-06-18T11:15:00.6243789Z    Compiling toml_write v0.1.2
2026-06-18T11:15:00.7087445Z    Compiling cordyceps v0.3.4
2026-06-18T11:15:00.7391896Z    Compiling httpdate v1.0.3
2026-06-18T11:15:00.9290211Z    Compiling digest v0.11.3
2026-06-18T11:15:01.0420235Z    Compiling futures-buffered v0.2.13
2026-06-18T11:15:01.0630418Z    Compiling futures-lite v2.6.1
2026-06-18T11:15:01.1080672Z    Compiling cipher v0.4.4
2026-06-18T11:15:01.1208635Z    Compiling serial-unix v0.4.0
2026-06-18T11:15:01.2923435Z    Compiling netlink-packet-core v0.8.1
2026-06-18T11:15:01.3420751Z    Compiling vergen-lib v0.1.6
2026-06-18T11:15:01.3601106Z    Compiling vergen v9.1.0
2026-06-18T11:15:01.4311865Z    Compiling universal-hash v0.5.1
2026-06-18T11:15:01.5001207Z    Compiling noq-udp v0.10.0
2026-06-18T11:15:01.5300142Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-18T11:15:01.5580877Z    Compiling heapless v0.7.17
2026-06-18T11:15:01.5840520Z    Compiling sync_wrapper v1.0.2
2026-06-18T11:15:01.6890943Z    Compiling bitflags v1.3.2
2026-06-18T11:15:01.7394170Z    Compiling dyn-clone v1.0.20
2026-06-18T11:15:01.7731527Z    Compiling byteorder v1.5.0
2026-06-18T11:15:01.8117288Z    Compiling allocator-api2 v0.2.21
2026-06-18T11:15:01.8170634Z    Compiling pin-utils v0.1.0
2026-06-18T11:15:01.8563867Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-18T11:15:01.8704798Z    Compiling opaque-debug v0.3.1
2026-06-18T11:15:01.8831354Z    Compiling nix v0.25.1
2026-06-18T11:15:01.9220547Z    Compiling polyval v0.6.2
2026-06-18T11:15:01.9733512Z    Compiling hash32 v0.2.1
2026-06-18T11:15:02.0020855Z    Compiling serial v0.4.0
2026-06-18T11:15:02.1019889Z    Compiling spin v0.9.8
2026-06-18T11:15:02.1020855Z    Compiling vergen-gitcl v1.0.8
2026-06-18T11:15:02.1460736Z    Compiling signature v3.0.0
2026-06-18T11:15:02.1640848Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-18T11:15:02.1780616Z    Compiling tower-layer v0.3.3
2026-06-18T11:15:02.2649301Z    Compiling synstructure v0.13.2
2026-06-18T11:15:02.2720535Z    Compiling darling_core v0.20.11
2026-06-18T11:15:02.2790882Z    Compiling serde_derive_internals v0.29.1
2026-06-18T11:15:02.2896174Z    Compiling num_threads v0.1.7
2026-06-18T11:15:02.3231097Z    Compiling shell-words v1.1.1
2026-06-18T11:15:02.3330880Z    Compiling downcast-rs v1.2.1
2026-06-18T11:15:02.4097207Z    Compiling ryu v1.0.23
2026-06-18T11:15:02.4885658Z    Compiling time v0.3.47
2026-06-18T11:15:02.6004059Z    Compiling ghash v0.5.1
2026-06-18T11:15:02.6261232Z    Compiling aes v0.8.4
2026-06-18T11:15:02.6835532Z    Compiling ctr v0.9.2
2026-06-18T11:15:02.7112730Z    Compiling sha2 v0.11.0-rc.5
2026-06-18T11:15:02.8510518Z    Compiling regex-automata v0.4.14
2026-06-18T11:15:03.1022342Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T11:15:03.1380729Z    Compiling http-body-util v0.1.3
2026-06-18T11:15:03.2100080Z    Compiling aead v0.5.2
2026-06-18T11:15:03.3730607Z    Compiling openssl-probe v0.2.1
2026-06-18T11:15:03.3922211Z    Compiling aes-gcm v0.10.3
2026-06-18T11:15:03.4350899Z    Compiling crossbeam-epoch v0.9.18
2026-06-18T11:15:03.4411600Z    Compiling crossbeam-channel v0.5.15
2026-06-18T11:15:03.5539533Z    Compiling netlink-packet-route v0.29.0
2026-06-18T11:15:03.5820877Z    Compiling blake3 v1.8.5
2026-06-18T11:15:03.8130720Z    Compiling uuid v1.23.2
2026-06-18T11:15:03.8902639Z    Compiling netwatch v0.16.0
2026-06-18T11:15:03.9891114Z    Compiling proc-macro-crate v3.5.0
2026-06-18T11:15:04.1500734Z    Compiling noq v0.18.0
2026-06-18T11:15:04.1630479Z    Compiling acto v0.8.2
2026-06-18T11:15:04.2511494Z    Compiling mac-addr v0.3.0
2026-06-18T11:15:04.2603356Z    Compiling serde_derive v1.0.228
2026-06-18T11:15:04.3380863Z    Compiling zeroize_derive v1.4.3
2026-06-18T11:15:04.3642239Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-18T11:15:04.3803441Z    Compiling tokio-macros v2.7.0
2026-06-18T11:15:04.4624720Z    Compiling futures-macro v0.3.32
2026-06-18T11:15:04.5450723Z    Compiling zerofrom-derive v0.1.7
2026-06-18T11:15:04.5889937Z    Compiling yoke-derive v0.8.2
2026-06-18T11:15:04.8600777Z    Compiling zerovec-derive v0.11.3
2026-06-18T11:15:04.9635064Z    Compiling zeroize v1.8.2
2026-06-18T11:15:04.9928833Z    Compiling displaydoc v0.2.6
2026-06-18T11:15:05.0188831Z    Compiling tracing-attributes v0.1.31
2026-06-18T11:15:05.1581050Z    Compiling tokio v1.52.3
2026-06-18T11:15:05.3369655Z    Compiling rustls-pki-types v1.14.1
2026-06-18T11:15:05.3495112Z    Compiling thiserror-impl v2.0.18
2026-06-18T11:15:05.4820916Z    Compiling futures-util v0.3.32
2026-06-18T11:15:05.9540896Z    Compiling darling_macro v0.20.11
2026-06-18T11:15:06.0354262Z    Compiling zerofrom v0.1.8
2026-06-18T11:15:06.1435979Z    Compiling yoke v0.8.3
2026-06-18T11:15:06.1599303Z    Compiling derive_more-impl v2.1.1
2026-06-18T11:15:06.2926944Z    Compiling n0-error-macros v0.1.3
2026-06-18T11:15:06.3681016Z    Compiling ed25519-dalek v2.2.0
2026-06-18T11:15:06.3760340Z    Compiling zerovec v0.11.6
2026-06-18T11:15:06.7593649Z    Compiling spt-proto v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-18T11:15:06.8128501Z    Compiling zerotrie v0.2.4
2026-06-18T11:15:06.9370326Z    Compiling darling v0.20.11
2026-06-18T11:15:06.9974313Z    Compiling derive_builder_core v0.20.2
2026-06-18T11:15:07.0131132Z    Compiling spez v0.1.2
2026-06-18T11:15:07.1221481Z    Compiling tinystr v0.8.3
2026-06-18T11:15:07.1626717Z    Compiling potential_utf v0.1.5
2026-06-18T11:15:07.2741580Z    Compiling icu_collections v2.2.0
2026-06-18T11:15:07.3280513Z    Compiling icu_locale_core v2.2.0
2026-06-18T11:15:07.3459252Z    Compiling der v0.8.0-rc.10
2026-06-18T11:15:07.4490815Z    Compiling thiserror-impl v1.0.69
2026-06-18T11:15:07.4647149Z    Compiling n0-error v0.1.3
2026-06-18T11:15:07.8050734Z    Compiling ref-cast-impl v1.0.25
2026-06-18T11:15:08.0378545Z    Compiling pin-project-internal v1.1.13
2026-06-18T11:15:08.2620986Z    Compiling schemars_derive v1.2.1
2026-06-18T11:15:08.3161966Z    Compiling derive_builder_macro v0.20.2
2026-06-18T11:15:08.4482229Z    Compiling regex v1.12.3
2026-06-18T11:15:08.6810896Z    Compiling icu_provider v2.2.0
2026-06-18T11:15:08.8270593Z    Compiling derive_builder v0.20.2
2026-06-18T11:15:08.9479143Z    Compiling spki v0.8.0-rc.4
2026-06-18T11:15:09.0705354Z    Compiling icu_properties v2.2.0
2026-06-18T11:15:09.1040145Z    Compiling icu_normalizer v2.2.0
2026-06-18T11:15:09.1250720Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-18T11:15:09.1335938Z    Compiling futures-executor v0.3.32
2026-06-18T11:15:09.1995016Z    Compiling filedescriptor v0.8.3
2026-06-18T11:15:09.3791002Z    Compiling futures v0.3.32
2026-06-18T11:15:09.4605085Z    Compiling ipnet v2.12.0
2026-06-18T11:15:09.4691641Z    Compiling toml_datetime v0.6.11
2026-06-18T11:15:09.4776122Z    Compiling serde_spanned v0.6.9
2026-06-18T11:15:09.5072927Z    Compiling pin-project v1.1.13
2026-06-18T11:15:09.6318505Z    Compiling ed25519 v3.0.0-rc.4
2026-06-18T11:15:09.6530482Z    Compiling portable-pty v0.8.1
2026-06-18T11:15:09.8720781Z    Compiling toml_edit v0.22.27
2026-06-18T11:15:10.0568097Z    Compiling prefix-trie v0.8.4
2026-06-18T11:15:10.0869059Z    Compiling cobs v0.3.0
2026-06-18T11:15:10.1070549Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-18T11:15:10.2811041Z    Compiling once_cell v1.21.4
2026-06-18T11:15:10.2989239Z    Compiling postcard-derive v0.2.2
2026-06-18T11:15:10.3191522Z    Compiling schemars v1.2.1
2026-06-18T11:15:10.3320836Z    Compiling rustls-native-certs v0.8.4
2026-06-18T11:15:10.5920622Z    Compiling tracing-core v0.1.36
2026-06-18T11:15:10.7271487Z    Compiling hashbrown v0.14.5
2026-06-18T11:15:10.8371486Z    Compiling idna_adapter v1.2.2
2026-06-18T11:15:10.8740758Z    Compiling tempfile v3.27.0
2026-06-18T11:15:10.8857485Z    Compiling postcard v1.1.3
2026-06-18T11:15:10.8960548Z    Compiling derive_more v2.1.1
2026-06-18T11:15:10.9300488Z    Compiling idna v1.1.0
2026-06-18T11:15:10.9400750Z    Compiling data-encoding-macro v0.1.20
2026-06-18T11:15:10.9550717Z    Compiling num_enum_derive v0.7.6
2026-06-18T11:15:11.0159541Z    Compiling enum-assoc v1.3.0
2026-06-18T11:15:11.0490583Z    Compiling async-trait v0.1.89
2026-06-18T11:15:11.0930801Z    Compiling tokio-util v0.7.18
2026-06-18T11:15:11.3220731Z    Compiling tracing v0.1.44
2026-06-18T11:15:11.4911838Z    Compiling url v2.5.8
2026-06-18T11:15:11.5805555Z    Compiling hashlink v0.9.1
2026-06-18T11:15:11.6653967Z    Compiling netlink-sys v0.8.8
2026-06-18T11:15:11.8630604Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-18T11:15:11.8923987Z    Compiling tower v0.5.3
2026-06-18T11:15:11.9356899Z    Compiling iroh-metrics-derive v0.4.1
2026-06-18T11:15:12.0129172Z    Compiling h2 v0.4.14
2026-06-18T11:15:12.1581226Z    Compiling strum_macros v0.28.0
2026-06-18T11:15:12.2040916Z    Compiling identity-hash v0.1.0
2026-06-18T11:15:12.2220736Z    Compiling sorted-index-buffer v0.2.1
2026-06-18T11:15:12.2530627Z    Compiling rustc-hash v2.1.2
2026-06-18T11:15:12.3066043Z    Compiling xml-rs v0.8.28
2026-06-18T11:15:12.3374988Z    Compiling lru-slab v0.1.2
2026-06-18T11:15:12.3590054Z    Compiling rusqlite v0.32.1
2026-06-18T11:15:12.3672373Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T11:15:12.4010569Z    Compiling tagptr v0.2.0
2026-06-18T11:15:12.4050903Z    Compiling foldhash v0.2.0
2026-06-18T11:15:12.4711047Z    Compiling iroh-metrics v0.38.3
2026-06-18T11:15:12.5710363Z    Compiling toml v0.8.23
2026-06-18T11:15:12.5970974Z    Compiling moka v0.12.15
2026-06-18T11:15:12.6190489Z    Compiling tower-http v0.6.11
2026-06-18T11:15:12.8679717Z    Compiling hashbrown v0.16.1
2026-06-18T11:15:12.9260643Z    Compiling attohttpc v0.30.1
2026-06-18T11:15:12.9908597Z    Compiling iroh-base v0.98.0
2026-06-18T11:15:13.2270740Z    Compiling xmltree v0.10.3
2026-06-18T11:15:13.4670056Z    Compiling n0-watcher v0.6.1
2026-06-18T11:15:13.5838550Z    Compiling spt-store v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-18T11:15:13.7400754Z    Compiling num_enum v0.7.6
2026-06-18T11:15:13.7403992Z    Compiling tokio-stream v0.1.18
2026-06-18T11:15:13.7651472Z    Compiling netlink-proto v0.12.0
2026-06-18T11:15:13.7930525Z    Compiling netdev v0.42.0
2026-06-18T11:15:13.8080869Z    Compiling iroh-relay v0.98.0
2026-06-18T11:15:13.8929670Z    Compiling netlink-packet-route v0.30.0
2026-06-18T11:15:14.1120930Z    Compiling simple-dns v0.9.3
2026-06-18T11:15:14.1620770Z    Compiling arrayref v0.3.9
2026-06-18T11:15:14.2234920Z    Compiling resolv-conf v0.7.6
2026-06-18T11:15:14.2341077Z    Compiling sha1_smol v1.0.1
2026-06-18T11:15:14.3968715Z    Compiling smol_str v0.1.24
2026-06-18T11:15:14.4987722Z    Compiling constant_time_eq v0.4.2
2026-06-18T11:15:14.5111364Z    Compiling simdutf8 v0.1.5
2026-06-18T11:15:14.6197792Z    Compiling arrayvec v0.7.6
2026-06-18T11:15:14.7901156Z    Compiling lru v0.16.4
2026-06-18T11:15:14.8019311Z    Compiling webpki-roots v1.0.7
2026-06-18T11:15:14.8437820Z    Compiling strum v0.28.0
2026-06-18T11:15:14.8870857Z    Compiling serde_bytes v0.11.19
2026-06-18T11:15:14.9301174Z    Compiling seize v0.5.1
2026-06-18T11:15:14.9400861Z    Compiling hmac v0.12.1
2026-06-18T11:15:14.9680661Z    Compiling iroh v0.98.2
2026-06-18T11:15:14.9810922Z    Compiling cmov v0.5.4
2026-06-18T11:15:15.0810408Z    Compiling hkdf v0.12.4
2026-06-18T11:15:15.1730493Z    Compiling papaya v0.2.4
2026-06-18T11:15:15.1980993Z    Compiling backon v1.6.0
2026-06-18T11:15:15.2211703Z    Compiling ctutils v0.4.2
2026-06-18T11:15:15.2490697Z    Compiling spake2 v0.4.0
2026-06-18T11:15:15.2783967Z    Compiling sha1 v0.10.6
2026-06-18T11:15:15.3790667Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T11:15:15.4301190Z    Compiling doctest-file v1.1.1
2026-06-18T11:15:15.4810857Z    Compiling iroh-dns v0.98.0
2026-06-18T11:15:15.5108416Z    Compiling errno v0.3.14
2026-06-18T11:15:15.5191836Z    Compiling signal-hook v0.3.18
2026-06-18T11:15:15.5231508Z    Compiling darling_core v0.23.0
2026-06-18T11:15:15.5691712Z    Compiling utf8parse v0.2.2
2026-06-18T11:15:15.6040430Z    Compiling rustix v0.38.44
2026-06-18T11:15:15.6711350Z    Compiling signal-hook-registry v1.4.8
2026-06-18T11:15:15.6880416Z    Compiling anstyle-parse v1.0.0
2026-06-18T11:15:15.6989395Z    Compiling anstyle v1.0.14
2026-06-18T11:15:15.7091227Z    Compiling instability v0.3.12
2026-06-18T11:15:15.7281118Z    Compiling anstyle-query v1.1.5
2026-06-18T11:15:15.8081831Z    Compiling foldhash v0.1.5
2026-06-18T11:15:15.8587711Z    Compiling is_terminal_polyfill v1.70.2
2026-06-18T11:15:15.8666722Z    Compiling linux-raw-sys v0.4.15
2026-06-18T11:15:15.9525447Z    Compiling interprocess v2.4.2
2026-06-18T11:15:15.9974389Z    Compiling colorchoice v1.0.5
2026-06-18T11:15:16.0446960Z    Compiling hashbrown v0.15.5
2026-06-18T11:15:16.0621522Z    Compiling strum_macros v0.26.4
2026-06-18T11:15:16.0766450Z    Compiling anstream v1.0.0
2026-06-18T11:15:16.0974857Z    Compiling terminal_size v0.4.4
2026-06-18T11:15:16.0986689Z    Compiling itertools v0.13.0
2026-06-18T11:15:16.2442924Z    Compiling signal-hook-mio v0.2.5
2026-06-18T11:15:16.3720674Z    Compiling castaway v0.2.4
2026-06-18T11:15:16.3859477Z    Compiling static_assertions v1.1.0
2026-06-18T11:15:16.4581291Z    Compiling spt-msg v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-18T11:15:16.4750130Z    Compiling unicode-width v0.1.14
2026-06-18T11:15:16.5471027Z    Compiling indoc v2.0.7
2026-06-18T11:15:16.7917565Z    Compiling clap_lex v1.1.0
2026-06-18T11:15:16.8241724Z    Compiling spt-runtime v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-18T11:15:16.8811180Z    Compiling spt-term v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-18T11:15:16.9429416Z    Compiling lru v0.12.5
2026-06-18T11:15:17.0729346Z    Compiling clap_builder v4.6.0
2026-06-18T11:15:17.0847582Z    Compiling compact_str v0.8.2
2026-06-18T11:15:17.1125360Z    Compiling clap_derive v4.6.1
2026-06-18T11:15:17.3701027Z    Compiling hyper v1.10.1
2026-06-18T11:15:17.5100940Z    Compiling crossterm v0.28.1
2026-06-18T11:15:17.9730058Z    Compiling unicode-truncate v1.1.0
2026-06-18T11:15:17.9954197Z    Compiling unicode-width v0.2.0
2026-06-18T11:15:18.1330782Z    Compiling cassowary v0.3.0
2026-06-18T11:15:18.2751002Z    Compiling iana-time-zone v0.1.65
2026-06-18T11:15:18.2890973Z    Compiling nucleo-matcher v0.3.1
2026-06-18T11:15:18.4960572Z    Compiling strum v0.26.3
2026-06-18T11:15:18.6223459Z    Compiling chrono v0.4.45
2026-06-18T11:15:18.6361808Z    Compiling qrcode v0.14.1
2026-06-18T11:15:19.1430743Z    Compiling hyper-util v0.1.20
2026-06-18T11:15:19.2782839Z    Compiling darling_macro v0.23.0
2026-06-18T11:15:19.5905822Z    Compiling mock-adapter v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-18T11:15:19.6610569Z    Compiling darling v0.23.0
2026-06-18T11:15:19.7260487Z    Compiling clap v4.6.1
2026-06-18T11:15:19.8541105Z    Compiling spt-live v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-18T11:15:20.3780551Z    Compiling ratatui v0.29.0
2026-06-18T11:15:21.2604031Z    Compiling igd-next v0.17.1
2026-06-18T11:15:22.5975816Z    Compiling portmapper v0.16.0
2026-06-18T11:15:30.6842610Z    Compiling rustls-webpki v0.103.13
2026-06-18T11:15:33.0020418Z    Compiling tokio-rustls v0.26.4
2026-06-18T11:15:33.0020786Z    Compiling noq-proto v0.17.0
2026-06-18T11:15:33.0021091Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T11:15:33.1501855Z    Compiling hyper-rustls v0.27.9
2026-06-18T11:15:33.1502484Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T11:15:33.1502937Z    Compiling tokio-websockets v0.13.2
2026-06-18T11:15:33.2780788Z    Compiling reqwest v0.13.4
2026-06-18T11:15:34.1643748Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T11:15:47.7808320Z    Compiling spt-net v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-18T11:15:49.1917151Z    Compiling spt-daemon v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-18T11:15:57.2468271Z    Compiling spt v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-18T11:16:05.8199321Z    Compiling xtask v0.11.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-18T11:16:52.7137575Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 57s
2026-06-18T11:16:55.1605000Z ────────────
2026-06-18T11:16:55.1608934Z  Nextest run ID 1a23fce5-0561-41cc-8c5d-71064929fb8e with nextest profile: default
2026-06-18T11:16:55.1617798Z     Starting 1176 tests across 78 binaries (1 test skipped)
2026-06-18T11:16:55.1998615Z         PASS [   0.023s] (   1/1176) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-18T11:16:55.2009728Z         PASS [   0.023s] (   2/1176) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-18T11:16:55.2018271Z         PASS [   0.024s] (   3/1176) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-18T11:16:55.3471670Z         PASS [   0.186s] (   4/1176) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-06-18T11:16:55.5146084Z         PASS [   0.297s] (   5/1176) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-18T11:16:56.2640750Z         PASS [   1.103s] (   6/1176) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-06-18T11:16:56.7433907Z         PASS [   1.579s] (   7/1176) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-18T11:16:56.9996376Z         PASS [   1.805s] (   8/1176) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-06-18T11:16:57.0448711Z         PASS [   0.006s] (   9/1176) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-18T11:16:57.0544542Z         PASS [   0.011s] (  10/1176) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-18T11:16:57.0622711Z         PASS [   1.873s] (  11/1176) spt::gateway_owner_shell_e2e gateway_typed_owner_owns_a_shell_on_every_path_keyed_on_id
2026-06-18T11:16:57.0704915Z         PASS [   0.004s] (  12/1176) spt::oneliner_e2e install_script_against_staged_release
2026-06-18T11:16:57.0795421Z         PASS [   0.037s] (  13/1176) spt::oneliner_e2e at_logon_task_launches_daemon_in_background_not_foreground
2026-06-18T11:16:57.1288933Z         PASS [   1.956s] (  14/1176) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-18T11:16:57.1367770Z         PASS [   1.958s] (  15/1176) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-18T11:16:57.1447991Z         PASS [   0.004s] (  16/1176) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-18T11:16:57.2396014Z         PASS [   2.079s] (  17/1176) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-18T11:16:57.6071238Z         PASS [   0.486s] (  18/1176) spt::ready_resume_ledger_e2e ready_bind_ledgers_and_reconcile_hosts_no_psyche
2026-06-18T11:16:57.9615445Z         PASS [   1.217s] (  19/1176) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-18T11:16:58.0026535Z         PASS [   2.816s] (  20/1176) spt::live_resolve_e2e listen_without_adapter_resolves_from_host_binaries
2026-06-18T11:16:59.4823789Z         PASS [   2.356s] (  21/1176) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-06-18T11:16:59.4975571Z         PASS [   0.009s] (  22/1176) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-18T11:16:59.5009680Z         PASS [   0.009s] (  23/1176) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-18T11:16:59.5272128Z         PASS [   0.018s] (  24/1176) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-18T11:16:59.5360227Z         PASS [   0.008s] (  25/1176) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-18T11:16:59.5475387Z         PASS [   0.007s] (  26/1176) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-18T11:16:59.5576087Z         PASS [   0.008s] (  27/1176) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-18T11:16:59.5885616Z         PASS [   2.318s] (  28/1176) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-18T11:16:59.6007543Z         PASS [   0.019s] (  29/1176) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-18T11:16:59.6336873Z         PASS [   0.010s] (  30/1176) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-18T11:16:59.6430087Z         PASS [   0.019s] (  31/1176) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-18T11:16:59.6434834Z         PASS [   0.010s] (  32/1176) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-18T11:16:59.6459253Z         PASS [   0.016s] (  33/1176) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-18T11:17:00.0461463Z         PASS [   2.973s] (  34/1176) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-18T11:17:00.2273160Z         PASS [   3.163s] (  35/1176) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-18T11:17:00.9869572Z         PASS [   0.964s] (  36/1176) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-18T11:17:00.9871122Z         PASS [   0.011s] (  37/1176) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-18T11:17:01.0512877Z         PASS [   3.094s] (  38/1176) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-06-18T11:17:01.9498812Z         PASS [   2.354s] (  39/1176) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-18T11:17:01.9655443Z         PASS [   0.011s] (  40/1176) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-18T11:17:01.9782036Z         PASS [   0.010s] (  41/1176) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-18T11:17:01.9896905Z         PASS [   2.396s] (  42/1176) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-18T11:17:02.0015638Z         PASS [   1.004s] (  43/1176) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-18T11:17:02.0129046Z         PASS [   0.011s] (  44/1176) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-18T11:17:02.0260202Z         PASS [   0.048s] (  45/1176) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-18T11:17:02.0261681Z         PASS [   0.013s] (  46/1176) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-18T11:17:02.0387783Z         PASS [   0.011s] (  47/1176) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-18T11:17:02.0439100Z         PASS [   0.009s] (  48/1176) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-18T11:17:02.0476191Z         PASS [   0.012s] (  49/1176) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-18T11:17:02.0757373Z         PASS [   0.066s] (  50/1176) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-18T11:17:02.1323540Z         PASS [   0.060s] (  51/1176) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-18T11:17:02.7747648Z         PASS [   5.172s] (  52/1176) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-18T11:17:02.8208431Z         PASS [   0.046s] (  53/1176) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-18T11:17:02.8277347Z         PASS [   0.809s] (  54/1176) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-18T11:17:02.9115985Z         PASS [   0.013s] (  55/1176) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-18T11:17:02.9117670Z         PASS [   0.024s] (  56/1176) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-18T11:17:02.9240051Z         PASS [   0.855s] (  57/1176) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-18T11:17:02.9389806Z         PASS [   2.701s] (  58/1176) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-18T11:17:02.9462467Z         PASS [   0.009s] (  59/1176) spt::bin/spt api::startup::tests::seed_fail_eof_gives_actionable_stale_broker_hint
2026-06-18T11:17:02.9600483Z         PASS [   0.012s] (  60/1176) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-18T11:17:02.9604056Z         PASS [   0.815s] (  61/1176) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-18T11:17:02.9724910Z         PASS [   0.018s] (  62/1176) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-18T11:17:02.9846380Z         PASS [   0.012s] (  63/1176) spt::bin/spt api::tests::adapter_is_optional
2026-06-18T11:17:02.9918211Z         PASS [   0.018s] (  64/1176) spt::bin/spt api::tests::ctx_manifest_override_wins_when_manifest_present
2026-06-18T11:17:02.9919919Z         PASS [   0.014s] (  65/1176) spt::bin/spt api::tests::ctx_manifest_resolves_from_registry_when_manifest_absent
2026-06-18T11:17:02.9982044Z         PASS [   0.019s] (  66/1176) spt::bin/spt api::tests::ctx_manifest_unregistered_no_manifest_is_none_not_fatal
2026-06-18T11:17:03.0093641Z         PASS [   0.020s] (  67/1176) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-18T11:17:03.0235860Z         PASS [   0.011s] (  68/1176) spt::bin/spt api::tests::state_value_is_validated
2026-06-18T11:17:03.0274914Z         PASS [   0.016s] (  69/1176) spt::bin/spt api::tests::surface_parses
2026-06-18T11:17:03.0276482Z         PASS [   0.013s] (  70/1176) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-18T11:17:03.0360327Z         PASS [   0.012s] (  71/1176) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-18T11:17:03.3766173Z         PASS [   0.555s] (  72/1176) spt::bin/spt api::startup::tests::establish_stamps_controllable_by_hosting_mode
2026-06-18T11:17:03.3968241Z         PASS [   0.011s] (  73/1176) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-18T11:17:03.4144803Z         PASS [   0.014s] (  74/1176) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-18T11:17:03.4213728Z         PASS [   0.556s] (  75/1176) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-18T11:17:03.4250094Z         PASS [   0.542s] (  76/1176) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-18T11:17:03.4411074Z         PASS [   0.013s] (  77/1176) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-18T11:17:03.4577614Z         PASS [   0.023s] (  78/1176) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-18T11:17:03.4802776Z         PASS [   0.016s] (  79/1176) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-18T11:17:03.4835722Z         PASS [   0.079s] (  80/1176) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-06-18T11:17:03.4880396Z         PASS [   0.013s] (  81/1176) spt::bin/spt cli::tests::adapter_use_sets_and_clears_pointer
2026-06-18T11:17:03.4920913Z         PASS [   0.070s] (  82/1176) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-18T11:17:03.4948116Z         PASS [   0.010s] (  83/1176) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-06-18T11:17:03.4997100Z         PASS [   0.013s] (  84/1176) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-18T11:17:03.5051145Z         PASS [   0.010s] (  85/1176) spt::bin/spt cli::tests::bare_tty_guard
2026-06-18T11:17:03.5068679Z         PASS [   0.015s] (  86/1176) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-18T11:17:03.5148668Z         PASS [   0.010s] (  87/1176) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-18T11:17:03.5271363Z         PASS [   0.009s] (  88/1176) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-18T11:17:03.5368660Z         PASS [   0.010s] (  89/1176) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-18T11:17:03.5433495Z         PASS [   0.009s] (  90/1176) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-18T11:17:03.5646600Z         PASS [   0.010s] (  91/1176) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-18T11:17:03.5712040Z         PASS [   0.027s] (  92/1176) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-18T11:17:03.5821268Z         PASS [   0.026s] (  93/1176) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-18T11:17:03.5937284Z         PASS [   0.015s] (  94/1176) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-18T11:17:03.6025693Z         PASS [   0.009s] (  95/1176) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-18T11:17:03.6027027Z         PASS [   0.011s] (  96/1176) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-18T11:17:03.6129957Z         PASS [   0.012s] (  97/1176) spt::bin/spt cli::tests::endpoint_list_subnet_rows_align_and_label
2026-06-18T11:17:03.6335178Z         PASS [   0.012s] (  98/1176) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-18T11:17:03.6478285Z         PASS [   0.022s] (  99/1176) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-18T11:17:03.6535036Z         PASS [   0.009s] ( 100/1176) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-18T11:17:04.0373084Z         PASS [   0.490s] ( 101/1176) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-18T11:17:04.0625006Z         PASS [   0.011s] ( 102/1176) spt::bin/spt cli::tests::gh_release_version_compare_decision
2026-06-18T11:17:04.2060142Z         PASS [   1.189s] ( 103/1176) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-18T11:17:04.2252614Z         PASS [   0.015s] ( 104/1176) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-18T11:17:04.2553333Z         PASS [   0.207s] ( 105/1176) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-18T11:17:04.2704676Z         PASS [   0.041s] ( 106/1176) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-18T11:17:04.2848391Z         PASS [   0.014s] ( 107/1176) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-18T11:17:04.2954689Z         PASS [   0.013s] ( 108/1176) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-18T11:17:04.3146557Z         PASS [   0.010s] ( 109/1176) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-18T11:17:04.3148186Z         PASS [   0.010s] ( 110/1176) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-18T11:17:04.3284262Z         PASS [   0.010s] ( 111/1176) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-18T11:17:04.3520193Z         PASS [   0.029s] ( 112/1176) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-18T11:17:04.3619576Z         PASS [   0.010s] ( 113/1176) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-18T11:17:04.3782005Z         PASS [   0.010s] ( 114/1176) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-18T11:17:04.3793882Z         PASS [   0.010s] ( 115/1176) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-18T11:17:04.3900988Z         PASS [   0.771s] ( 116/1176) spt::bin/spt cli::tests::endpoint_stop_marks_offline
2026-06-18T11:17:04.3936849Z         PASS [   0.010s] ( 117/1176) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-18T11:17:04.4065348Z         PASS [   0.016s] ( 118/1176) spt::bin/spt cli::tests::notify_surface_parses
2026-06-18T11:17:04.4066413Z         PASS [   0.012s] ( 119/1176) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-18T11:17:04.5565354Z         PASS [   0.214s] ( 120/1176) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-18T11:17:04.6222777Z         PASS [   3.571s] ( 121/1176) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-18T11:17:04.6319502Z         PASS [   0.010s] ( 122/1176) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-18T11:17:04.6687614Z         PASS [   0.027s] ( 123/1176) spt::bin/spt cli::tests::purge_offline_gate_and_self_guard
2026-06-18T11:17:04.7223293Z         PASS [   0.161s] ( 124/1176) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-18T11:17:04.8495845Z         PASS [   0.518s] ( 125/1176) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-18T11:17:04.8613396Z         PASS [   0.011s] ( 126/1176) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-18T11:17:04.8736128Z         PASS [   1.858s] ( 127/1176) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-18T11:17:04.8777544Z         PASS [   0.159s] ( 128/1176) spt::bin/spt cli::tests::release_archive_extracts_to_a_registrable_root
2026-06-18T11:17:04.8839563Z         PASS [   0.010s] ( 129/1176) spt::bin/spt cli::tests::self_pin_annotates_psyche_host_failure
2026-06-18T11:17:04.8906842Z         PASS [   0.010s] ( 130/1176) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-18T11:17:04.8908096Z         PASS [   0.011s] ( 131/1176) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-18T11:17:04.8993183Z         PASS [   0.012s] ( 132/1176) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-18T11:17:04.9155156Z         PASS [   0.016s] ( 133/1176) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-18T11:17:04.9254466Z         PASS [   0.061s] ( 134/1176) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-18T11:17:04.9308279Z         PASS [   0.014s] ( 135/1176) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-18T11:17:05.0197964Z         PASS [   0.081s] ( 136/1176) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-18T11:17:05.1236478Z         PASS [   1.520s] ( 137/1176) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-18T11:17:05.1447967Z         PASS [   0.033s] ( 138/1176) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-18T11:17:05.1666223Z         PASS [   0.022s] ( 139/1176) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-18T11:17:05.1986519Z         PASS [   0.032s] ( 140/1176) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-18T11:17:05.2237327Z         PASS [   0.024s] ( 141/1176) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-18T11:17:05.2571485Z         PASS [   0.031s] ( 142/1176) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-18T11:17:05.9920332Z         PASS [   1.327s] ( 143/1176) spt::bin/spt cli::tests::purge_removes_every_record
2026-06-18T11:17:06.0011056Z         PASS [   0.016s] ( 144/1176) spt::bin/spt cli::tests::subcommands_parse
2026-06-18T11:17:06.0265237Z         PASS [   0.025s] ( 145/1176) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-18T11:17:06.0368301Z         PASS [   0.010s] ( 146/1176) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-18T11:17:06.0511632Z         PASS [   0.009s] ( 147/1176) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-18T11:17:06.0558679Z         PASS [   0.009s] ( 148/1176) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-18T11:17:06.0694273Z         PASS [   0.009s] ( 149/1176) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-18T11:17:06.0776776Z         PASS [   0.013s] ( 150/1176) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-18T11:17:06.0955239Z         PASS [   0.011s] ( 151/1176) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-18T11:17:06.1136112Z         PASS [   0.009s] ( 152/1176) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-18T11:17:06.1353617Z         PASS [   0.009s] ( 153/1176) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-18T11:17:06.1479890Z         PASS [   0.008s] ( 154/1176) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-18T11:17:06.1485963Z         PASS [   0.009s] ( 155/1176) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-18T11:17:06.1507032Z         PASS [   0.009s] ( 156/1176) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-18T11:17:06.1645494Z         PASS [   0.009s] ( 157/1176) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-18T11:17:06.1814538Z         PASS [   0.014s] ( 158/1176) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-18T11:17:06.2032584Z         PASS [   0.009s] ( 159/1176) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-18T11:17:06.2166675Z         PASS [   0.009s] ( 160/1176) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-18T11:17:06.2168208Z         PASS [   0.012s] ( 161/1176) spt::bin/spt picker::data::tests::reconcile_overrides_subnet_with_local_roster
2026-06-18T11:17:06.2862523Z         PASS [   0.009s] ( 162/1176) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-18T11:17:06.2864131Z         PASS [   0.009s] ( 163/1176) spt::bin/spt picker::model::tests::back_unwinds
2026-06-18T11:17:06.3248216Z         PASS [   0.018s] ( 164/1176) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-18T11:17:06.3276877Z         PASS [   0.012s] ( 165/1176) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-18T11:17:06.3319476Z         PASS [   0.010s] ( 166/1176) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-18T11:17:06.3320619Z         PASS [   0.010s] ( 167/1176) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-18T11:17:06.3341297Z         PASS [   0.009s] ( 168/1176) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-18T11:17:06.3342408Z         PASS [   0.013s] ( 169/1176) spt::bin/spt picker::model::tests::display_status_four_state_type_gated
2026-06-18T11:17:06.3369438Z         PASS [   0.011s] ( 170/1176) spt::bin/spt picker::model::tests::filter_narrows
2026-06-18T11:17:06.3379534Z         PASS [   0.010s] ( 171/1176) spt::bin/spt picker::model::tests::kind_routes
2026-06-18T11:17:06.3437569Z         PASS [   0.009s] ( 172/1176) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-18T11:17:06.3441577Z         PASS [   0.009s] ( 173/1176) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-18T11:17:06.3442671Z         PASS [   0.009s] ( 174/1176) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-18T11:17:06.3466298Z         PASS [   0.009s] ( 175/1176) spt::bin/spt picker::model::tests::resume_title_render
2026-06-18T11:17:06.3487750Z         PASS [   0.009s] ( 176/1176) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-18T11:17:06.3618554Z         PASS [   0.009s] ( 177/1176) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-18T11:17:06.3649220Z         PASS [   0.009s] ( 178/1176) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-18T11:17:06.3736103Z         PASS [   0.009s] ( 179/1176) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-18T11:17:06.3796981Z         PASS [   0.009s] ( 180/1176) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-18T11:17:06.3884235Z         PASS [   0.009s] ( 181/1176) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-18T11:17:06.4010218Z         PASS [   0.013s] ( 182/1176) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-18T11:17:06.4230388Z         PASS [   0.016s] ( 183/1176) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-18T11:17:06.4320789Z         PASS [   0.015s] ( 184/1176) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-18T11:17:06.4448433Z         PASS [   0.013s] ( 185/1176) spt::bin/spt picker::view::tests::kind_buffer
2026-06-18T11:17:06.4601838Z         PASS [   0.015s] ( 186/1176) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-18T11:17:06.4798082Z         PASS [   0.018s] ( 187/1176) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-18T11:17:06.5086663Z         PASS [   0.025s] ( 188/1176) spt::bin/spt picker::view::tests::pick_status_line_four_state
2026-06-18T11:17:06.5200117Z         PASS [   0.017s] ( 189/1176) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-18T11:17:06.5321132Z         PASS [   0.012s] ( 190/1176) spt::bin/spt rc::tests::attach_offline_endpoint_short_circuits_clean
2026-06-18T11:17:06.5415042Z         PASS [   0.009s] ( 191/1176) spt::bin/spt rc::tests::classify_read_err_eof_is_graceful_not_fatal
2026-06-18T11:17:06.5575247Z         PASS [   0.010s] ( 192/1176) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-18T11:17:06.5576560Z         PASS [   1.300s] ( 193/1176) spt::bin/spt cli::tests::spt_hosted_no_relay_detection
2026-06-18T11:17:06.5661065Z         PASS [   0.009s] ( 194/1176) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-18T11:17:06.5720052Z         PASS [   0.009s] ( 195/1176) spt::bin/spt rc::tests::first_event_stall_decision
2026-06-18T11:17:06.5721286Z         PASS [   0.009s] ( 196/1176) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-18T11:17:06.5777602Z         PASS [   0.011s] ( 197/1176) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-18T11:17:06.5795412Z         PASS [   0.010s] ( 198/1176) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-18T11:17:07.1275929Z         PASS [   2.205s] ( 199/1176) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-18T11:17:07.1647031Z         PASS [   0.018s] ( 200/1176) spt-daemon access::tests::gate_decision_table
2026-06-18T11:17:07.1813171Z         PASS [   0.010s] ( 201/1176) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-18T11:17:07.1814877Z         PASS [   0.010s] ( 202/1176) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-18T11:17:07.2032511Z         PASS [   0.008s] ( 203/1176) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-18T11:17:07.2226664Z         PASS [   0.008s] ( 204/1176) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-18T11:17:07.2366899Z         PASS [   0.020s] ( 205/1176) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-18T11:17:07.2528206Z         PASS [   0.020s] ( 206/1176) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-18T11:17:07.2759398Z         PASS [   0.009s] ( 207/1176) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-18T11:17:07.2760934Z         PASS [   0.021s] ( 208/1176) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-18T11:17:07.2823313Z         PASS [   0.009s] ( 209/1176) spt-daemon adapter_update::tests::gh_release_is_managed_cli_side_not_in_pure_plan
2026-06-18T11:17:07.3073721Z         PASS [   0.021s] ( 210/1176) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-18T11:17:07.3268624Z         PASS [   0.025s] ( 211/1176) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-18T11:17:07.5549211Z         PASS [   0.247s] ( 212/1176) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-18T11:17:07.7029089Z         PASS [   0.148s] ( 213/1176) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-18T11:17:07.7542293Z         PASS [   0.047s] ( 214/1176) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-18T11:17:07.8118930Z         PASS [   0.053s] ( 215/1176) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-18T11:17:07.8311298Z         PASS [   0.028s] ( 216/1176) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-18T11:17:07.8717547Z         PASS [   0.035s] ( 217/1176) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-18T11:17:07.9007768Z         PASS [   0.031s] ( 218/1176) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-18T11:17:07.9091822Z         PASS [   0.011s] ( 219/1176) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-18T11:17:07.9161287Z         PASS [   0.007s] ( 220/1176) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-18T11:17:07.9225003Z         PASS [   0.006s] ( 221/1176) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-18T11:17:07.9317055Z         PASS [   0.006s] ( 222/1176) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-18T11:17:07.9377981Z         PASS [   0.006s] ( 223/1176) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-18T11:17:08.1804670Z         PASS [   0.229s] ( 224/1176) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-18T11:17:08.1806448Z         PASS [   0.008s] ( 225/1176) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-18T11:17:08.1941168Z         PASS [   0.010s] ( 226/1176) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-18T11:17:08.2125938Z         PASS [   0.010s] ( 227/1176) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-18T11:17:08.2153928Z         PASS [   0.009s] ( 228/1176) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-18T11:17:08.2416397Z         PASS [   0.035s] ( 229/1176) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-18T11:17:08.2500439Z         PASS [   0.009s] ( 230/1176) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-18T11:17:08.4658112Z         PASS [   0.220s] ( 231/1176) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-18T11:17:08.4780060Z         PASS [   0.008s] ( 232/1176) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-18T11:17:08.4896966Z         PASS [   0.009s] ( 233/1176) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-18T11:17:08.4967467Z         PASS [   0.008s] ( 234/1176) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-18T11:17:08.5729520Z         PASS [   1.993s] ( 235/1176) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-18T11:17:08.5748226Z         PASS [   3.685s] ( 236/1176) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-18T11:17:08.6784428Z         PASS [   0.009s] ( 237/1176) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-18T11:17:08.6966211Z         PASS [   2.122s] ( 238/1176) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-18T11:17:08.9061564Z         PASS [   0.210s] ( 239/1176) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-18T11:17:08.9120118Z         PASS [   0.420s] ( 240/1176) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-18T11:17:09.0155744Z         PASS [   0.440s] ( 241/1176) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-18T11:17:09.0229561Z         PASS [   0.441s] ( 242/1176) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-18T11:17:09.0239685Z         PASS [   0.008s] ( 243/1176) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-18T11:17:09.0313751Z         PASS [   0.008s] ( 244/1176) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-18T11:17:09.0319196Z         PASS [   0.008s] ( 245/1176) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-18T11:17:09.0383516Z         PASS [   0.007s] ( 246/1176) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-18T11:17:09.0398068Z         PASS [   0.008s] ( 247/1176) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-18T11:17:09.0455443Z         PASS [   0.007s] ( 248/1176) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-18T11:17:09.0485176Z         PASS [   0.009s] ( 249/1176) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-18T11:17:09.0539469Z         PASS [   0.008s] ( 250/1176) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-18T11:17:09.0572443Z         PASS [   0.009s] ( 251/1176) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-18T11:17:09.0615576Z         PASS [   0.008s] ( 252/1176) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-18T11:17:09.0661168Z         PASS [   0.009s] ( 253/1176) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-18T11:17:09.0690056Z         PASS [   0.007s] ( 254/1176) spt-daemon config::tests::missing_file_is_default
2026-06-18T11:17:09.0736795Z         PASS [   0.007s] ( 255/1176) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-18T11:17:09.0785955Z         PASS [   0.009s] ( 256/1176) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-18T11:17:09.0821533Z         PASS [   0.008s] ( 257/1176) spt-daemon config::tests::save_load_roundtrip
2026-06-18T11:17:09.0867070Z         PASS [   0.008s] ( 258/1176) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-18T11:17:09.0908439Z         PASS [   0.009s] ( 259/1176) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-18T11:17:09.0982017Z         PASS [   0.011s] ( 260/1176) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-18T11:17:09.1054041Z         PASS [   0.007s] ( 261/1176) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-18T11:17:09.1056706Z         PASS [   0.015s] ( 262/1176) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-18T11:17:09.1131087Z         PASS [   0.008s] ( 263/1176) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-18T11:17:09.1144093Z         PASS [   0.009s] ( 264/1176) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-18T11:17:09.1237397Z         PASS [   0.009s] ( 265/1176) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-18T11:17:09.1245381Z         PASS [   0.010s] ( 266/1176) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-18T11:17:09.1257676Z         PASS [   0.219s] ( 267/1176) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-18T11:17:09.1330492Z         PASS [   0.009s] ( 268/1176) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-18T11:17:09.1333454Z         PASS [   0.009s] ( 269/1176) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-18T11:17:09.1339337Z         PASS [   0.008s] ( 270/1176) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-18T11:17:09.1420744Z         PASS [   0.009s] ( 271/1176) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-18T11:17:09.1426448Z         PASS [   0.009s] ( 272/1176) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-18T11:17:09.1463343Z         PASS [   0.009s] ( 273/1176) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-18T11:17:09.1529672Z         PASS [   0.010s] ( 274/1176) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-18T11:17:09.1533601Z         PASS [   0.011s] ( 275/1176) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-18T11:17:09.1544938Z         PASS [   0.011s] ( 276/1176) spt-daemon deelevate::tests::election_resolves_real_users_never_root
2026-06-18T11:17:09.1625960Z         PASS [   0.009s] ( 277/1176) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-18T11:17:09.1630454Z         PASS [   0.010s] ( 278/1176) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-18T11:17:09.1633269Z         PASS [   0.008s] ( 279/1176) spt-daemon deelevate::tests::sudo_invoker_derivation_is_strict
2026-06-18T11:17:09.1738387Z         PASS [   0.011s] ( 280/1176) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-18T11:17:09.1740415Z         PASS [   0.011s] ( 281/1176) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-18T11:17:09.1837560Z         PASS [   0.010s] ( 282/1176) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-18T11:17:09.1845392Z         PASS [   0.010s] ( 283/1176) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-18T11:17:09.1960772Z         PASS [   0.011s] ( 284/1176) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-18T11:17:09.1961797Z         PASS [   0.012s] ( 285/1176) spt-daemon digest::tests::resolve_config_precedence
2026-06-18T11:17:09.2080594Z         PASS [   0.011s] ( 286/1176) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-18T11:17:09.2097407Z         PASS [   0.010s] ( 287/1176) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-18T11:17:09.2171774Z         PASS [   0.010s] ( 288/1176) spt-daemon digesthub::tests::render_is_glanceable
2026-06-18T11:17:09.2174887Z         PASS [   0.011s] ( 289/1176) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-18T11:17:09.2219879Z         PASS [   0.059s] ( 290/1176) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-18T11:17:09.2291096Z         PASS [   0.011s] ( 291/1176) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-18T11:17:09.2330362Z         PASS [   0.013s] ( 292/1176) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-18T11:17:09.2351038Z         PASS [   0.010s] ( 293/1176) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-18T11:17:09.2398372Z         PASS [   0.010s] ( 294/1176) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-06-18T11:17:09.2404125Z         PASS [   0.009s] ( 295/1176) spt-daemon drivehub::tests::slots_are_per_owner
2026-06-18T11:17:09.2430376Z         PASS [   0.013s] ( 296/1176) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-06-18T11:17:09.2502618Z         PASS [   0.010s] ( 297/1176) spt-daemon drivehub::tests::take_is_exactly_once
2026-06-18T11:17:09.2518410Z         PASS [   0.011s] ( 298/1176) spt-daemon drivehub::tests::write_is_latest_wins
2026-06-18T11:17:09.2612087Z         PASS [   0.018s] ( 299/1176) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-18T11:17:09.2807278Z         PASS [   0.030s] ( 300/1176) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-18T11:17:09.2886140Z         PASS [   0.027s] ( 301/1176) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-18T11:17:09.2982675Z         PASS [   0.009s] ( 302/1176) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-18T11:17:09.3054725Z         PASS [   0.025s] ( 303/1176) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-18T11:17:09.3074849Z         PASS [   0.009s] ( 304/1176) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-18T11:17:09.3149671Z         PASS [   0.009s] ( 305/1176) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-18T11:17:09.3158800Z         PASS [   0.008s] ( 306/1176) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-18T11:17:09.3247904Z         PASS [   0.009s] ( 307/1176) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-18T11:17:09.3250169Z         PASS [   0.008s] ( 308/1176) spt-daemon grants::tests::escalation_answers_apply
2026-06-18T11:17:09.3343554Z         PASS [   0.010s] ( 309/1176) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-18T11:17:09.3436488Z         PASS [   0.009s] ( 310/1176) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-18T11:17:09.3531506Z         PASS [   0.009s] ( 311/1176) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-18T11:17:09.3620380Z         PASS [   0.009s] ( 312/1176) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-18T11:17:09.3711442Z         PASS [   0.009s] ( 313/1176) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-18T11:17:09.3805301Z         PASS [   0.009s] ( 314/1176) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-18T11:17:09.3912414Z         PASS [   0.010s] ( 315/1176) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-18T11:17:09.3989397Z         PASS [   0.147s] ( 316/1176) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-18T11:17:09.4010146Z         PASS [   0.010s] ( 317/1176) spt-daemon harnesshost::tests::prepare_fills_env_inject_values_with_substitution
2026-06-18T11:17:09.4092441Z         PASS [   0.010s] ( 318/1176) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-18T11:17:09.4636363Z         PASS [   0.062s] ( 319/1176) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-18T11:17:09.4729268Z         PASS [   0.063s] ( 320/1176) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-18T11:17:09.4766296Z         PASS [   0.152s] ( 321/1176) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-18T11:17:09.4970329Z         PASS [   0.033s] ( 322/1176) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-18T11:17:09.5053412Z         PASS [   0.033s] ( 323/1176) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-18T11:17:09.5284261Z         PASS [   0.031s] ( 324/1176) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-18T11:17:09.5389603Z         PASS [   0.062s] ( 325/1176) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-18T11:17:09.5610646Z         PASS [   0.649s] ( 326/1176) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-18T11:17:09.5775597Z         PASS [   0.072s] ( 327/1176) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-18T11:17:09.5929588Z         PASS [   0.032s] ( 328/1176) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-18T11:17:09.6042648Z         PASS [   0.076s] ( 329/1176) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-18T11:17:09.6239520Z         PASS [   0.085s] ( 330/1176) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-18T11:17:09.6336999Z         PASS [   0.010s] ( 331/1176) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-06-18T11:17:09.6753687Z         PASS [   0.071s] ( 332/1176) spt-daemon linkhost::tests::gateway_typed_owner_resolves_and_drives_keyed_on_id_not_type
2026-06-18T11:17:09.6977803Z         PASS [   0.064s] ( 333/1176) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-06-18T11:17:09.7356002Z         PASS [   0.158s] ( 334/1176) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-18T11:17:09.7363418Z         PASS [   0.061s] ( 335/1176) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-06-18T11:17:09.7611524Z         PASS [   0.063s] ( 336/1176) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-06-18T11:17:09.7716825Z         PASS [   0.035s] ( 337/1176) spt-daemon livehost::tests::boot_gate_offlines_sessionless_controllable_then_reconcile_skips_host
2026-06-18T11:17:09.7857935Z         FAIL [   0.010s] ( 338/1176) spt-daemon livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling
2026-06-18T11:17:09.7859209Z   stdout ───
2026-06-18T11:17:09.7860609Z 
2026-06-18T11:17:09.7860974Z     running 1 test
2026-06-18T11:17:09.7861733Z     test livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling ... FAILED
2026-06-18T11:17:09.7862462Z 
2026-06-18T11:17:09.7862733Z     failures:
2026-06-18T11:17:09.7863053Z 
2026-06-18T11:17:09.7863309Z     failures:
2026-06-18T11:17:09.7863919Z         livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling
2026-06-18T11:17:09.7864519Z 
2026-06-18T11:17:09.7865072Z     test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 327 filtered out; finished in 0.00s
2026-06-18T11:17:09.7865774Z 
2026-06-18T11:17:09.7866115Z   stderr ───
2026-06-18T11:17:09.7866434Z 
2026-06-18T11:17:09.7867258Z     thread 'livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling' (2116414) panicked at crates/spt-daemon/src/livehost.rs:1041:9:
2026-06-18T11:17:09.7868416Z     the real {id} psyche (basename + cmdline match) is reapable
2026-06-18T11:17:09.7869287Z     note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-18T11:17:09.7869965Z 
2026-06-18T11:17:09.7870332Z   Cancelling due to test failure: 15 tests still running
2026-06-18T11:17:09.8078175Z         PASS [   0.072s] ( 339/1176) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-18T11:17:09.8093325Z         PASS [   0.048s] ( 340/1176) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-06-18T11:17:09.8267271Z         PASS [   0.234s] ( 341/1176) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-18T11:17:13.7520473Z         PASS [  17.486s] ( 342/1176) spt::livehost_psyche_fail_e2e online_live_agent_with_missing_psyche_binary_stamps_a_harness_reachable_error
2026-06-18T11:17:15.1444504Z         PASS [  10.133s] ( 343/1176) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-18T11:17:19.0964185Z         PASS [  23.911s] ( 344/1176) spt::livehost_bootgate_e2e cold_start_does_not_revive_a_sessionless_online_latched_perch
2026-06-18T11:17:19.4995940Z         PASS [  15.170s] ( 345/1176) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-18T11:17:23.6445634Z         PASS [  28.484s] ( 346/1176) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-18T11:17:24.2165602Z         PASS [  29.056s] ( 347/1176) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-18T11:17:26.0470550Z         PASS [  30.589s] ( 348/1176) spt::livehost_nonresident_e2e online_live_agent_with_fast_exiting_psyche_stamps_parent_and_clears_phantom
2026-06-18T11:17:27.3263582Z         PASS [  29.324s] ( 349/1176) spt::unhost_psyche_reap_e2e endpoint_stop_reaps_the_hosted_psyche_process
2026-06-18T11:17:30.5867782Z         PASS [  35.426s] ( 350/1176) spt::brain_restart_psyche_dup_e2e brain_restart_leaves_exactly_one_psyche_per_endpoint
2026-06-18T11:17:32.8565466Z         PASS [  37.509s] ( 351/1176) spt::livehost_bootrace_e2e netless_online_live_agent_is_hosted_by_the_real_daemon_brain
2026-06-18T11:17:47.0757625Z         PASS [  51.915s] ( 352/1176) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-18T11:17:49.6864135Z         PASS [  54.518s] ( 353/1176) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-18T11:17:49.6864919Z ────────────
2026-06-18T11:17:49.6865239Z      Summary [  54.529s] 353/1176 tests run: 352 passed, 1 failed, 1 skipped
2026-06-18T11:17:49.6865897Z         FAIL [   0.010s] ( 338/1176) spt-daemon livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling
2026-06-18T11:17:49.6866763Z warning: 823/1176 tests were not run due to test failure (run with --no-fail-fast to run all tests, or run with --max-fail)
2026-06-18T11:17:49.7301914Z error: test run failed
2026-06-18T11:17:49.7638665Z ##[error]Process completed with exit code 100.
2026-06-18T11:17:49.8840340Z Post job cleanup.
2026-06-18T11:17:50.0565945Z [command]/usr/bin/git version
2026-06-18T11:17:50.0601804Z git version 2.43.0
2026-06-18T11:17:50.0671004Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c64d2b0e-55f9-4b46-b08e-1bd8f230635c' before making global git config changes
2026-06-18T11:17:50.0671771Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T11:17:50.0672466Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-18T11:17:50.0706256Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-18T11:17:50.0734198Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-18T11:17:50.0954406Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T11:17:50.0974313Z http.https://github.com/.extraheader
2026-06-18T11:17:50.0981582Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-18T11:17:50.1007173Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-18T11:17:50.1191221Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T11:17:50.1217397Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-18T11:17:50.1606548Z Cleaning up orphan processes
2026-06-18T11:17:50.2533977Z Terminate orphan process: pid (2114651) (spt)
2026-06-18T11:17:50.2554510Z Terminate orphan process: pid (2114667) (spt)
